Steph Cury and NBA 3 Point Analysis

Jacob Weiss and Seigo Tomozawa

2022-06-08

Introduction

Stephen Curry compared to All Time Top 20 NBA 3 Point Shooters

Stephen Curry Shooting Chart Compaired to Ray Allen

For Stephen Curry:

For Ray Allen:

NBA 3 Point Shooting

Predicting Future 3 Point Attempt Percentage

#For 2032
Prediction_1 <- data.frame("season" = 2032)
predict(lm_three_atempts, newdata = Prediction_1)
##         1 
## 0.4678743
#For 2032
Prediction_2 <- data.frame("season" = 2042)
predict(lm_three_atempts, newdata = Prediction_2)
##         1 
## 0.5688134

Conclusion